From 71eb1cf58a617dbe699a84d7afecdde09b642382 Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Thu, 27 Mar 2025 12:34:27 +0100 Subject: [PATCH] Let 32 bit platforms compile Gbp-Pq: Name Let-32-bit-platforms-compile.patch --- src/backend/bookshelfmodel/btbookshelftreemodel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/bookshelfmodel/btbookshelftreemodel.cpp b/src/backend/bookshelfmodel/btbookshelftreemodel.cpp index d310d14..e7e8a3f 100644 --- a/src/backend/bookshelfmodel/btbookshelftreemodel.cpp +++ b/src/backend/bookshelfmodel/btbookshelftreemodel.cpp @@ -644,7 +644,6 @@ QDataStream & operator >>(QDataStream & is, } else { // If other strange platforms need to be supported, please let us know: static_assert(sizeof(int) == 4, "Platform not supported"); - static_assert(sizeof(Size) == 8, "Platform not supported"); // The following relies on Qt providing us a datastream which only // contains the serialized value and an optional ')' at the end. See -- 2.30.2